home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Macintosh Drag and Drop / Demo Applications / FinderDrag / SimpleDrag.make < prev    next >
Encoding:
Text File  |  1995-06-09  |  393 b   |  15 lines  |  [TEXT/MPS ]

  1.  
  2. OBJECTS = FinderDrag.c.o StringLib.c.o
  3.  
  4. FinderDrag ƒƒ FinderDrag.make {OBJECTS}
  5.     Link -sym on -t APPL -c '????' ∂
  6.         {OBJECTS} ∂
  7.         "{Libraries}"Runtime.o ∂
  8.         "{Libraries}"Interface.o ∂
  9.         -o FinderDrag
  10. FinderDrag.c.o ƒ FinderDrag.make FinderDrag.c
  11.      C -d UseDumpFiles=true -sym on -r  FinderDrag.c
  12.  
  13. StringLib.c.o ƒ FinderDrag.make StringLib.c
  14.      C -d UseDumpFiles=true -sym on -r  StringLib.c
  15.